sync.poolDequeue.headTail (field)
7 uses
sync (current package)
poolqueue.go#L34: headTail uint64
poolqueue.go#L81: ptrs := atomic.LoadUint64(&d.headTail)
poolqueue.go#L105: atomic.AddUint64(&d.headTail, 1<<dequeueBits)
poolqueue.go#L115: ptrs := atomic.LoadUint64(&d.headTail)
poolqueue.go#L127: if atomic.CompareAndSwapUint64(&d.headTail, ptrs, ptrs2) {
poolqueue.go#L150: ptrs := atomic.LoadUint64(&d.headTail)
poolqueue.go#L161: if atomic.CompareAndSwapUint64(&d.headTail, ptrs, ptrs2) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |